.navbar{
    background-color: #b31a28;
}

.navbar-somaiya{
    margin: auto;
    padding: 2rem;
}

h3{
    margin: auto;
    text-align: center;
    padding: 2em;
}

h1{
    text-align: center;
    margin-top: 30px;
}

h4{
    text-align: center;
    padding-bottom: 2em;
    font-size: medium;
    color: #fff;
}

p{
    margin: auto;
    text-align: center;
    padding: 1em;
}

.form-floating.mb-3.Input{
    display: block;
    margin: auto;
    text-align: center;
    width: 25%;
    border-radius: 100px;
}

.form-floating.mb-3.Output{
    display: block;
    margin: auto;
    text-align: center;
    width: 25%;
    padding-bottom: 100px;
}

.btn-primary{
    background-color: #b31a28;
    border-color: #b31a28;
}

.btn{
    margin: auto;
    display: block;
}

.Outbox{
    display: inline;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.drpdwn {
    display: inline-block;
    margin-left: 10px;
}

.formula-sheet{
    height: 22%;
    width: 22%;
    margin-left: 150px;
    margin-right: auto;
    float: left;
}

/* .instruct{
    display: inline-block;
    margin-left: 100px;
    position: relative;
    top: 11px;
} */

.info{
    display: block;
    margin: 0 auto 0 auto;
    padding-bottom: 50px;
    font-size: large;
    line-height: 2.75;
}

ul{
    margin-left: 2rem;
}

input{
    margin-bottom: 5px;
}


.cable-img{
    float: right;
    margin-right: 300px;
}

.variable{
    display: inline-block;
    margin-left: 80px;
}

.head{
    text-align: left;
    padding-bottom: 1em;
    margin-left: 100px;
}

.bottom-container{
    width: 100%;
    height: 100px;
    background-color: #b31a28;
    padding-top: 40px;
}